Adwaita: slightly contrasting popover background
authorLapo Calamandrei <calamandrei@gmail.com>
Thu, 30 Oct 2014 12:21:13 +0000 (13:21 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Thu, 30 Oct 2014 16:51:22 +0000 (17:51 +0100)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 267b9ce7cb3c42c0143dfdf3507da9f6f5bca97a..77406f6feca87b0782af4aa9c150e8f72e1ac1f0 100644 (file)
@@ -1549,7 +1549,7 @@ column-header.button.dnd { // for treeview-like derive widgets
   padding: 2px;
   border: 1px solid $borders-color;
   border-radius: 5px;
-  background-color: $bg_color;
+  background-color: mix($bg_color, $base_color, 50%);
 
   box-shadow: 0 2px 3px transparentize(black, 0.5);
   &:backdrop {
index beb41513d61427c776300d6bb9ed7178eae2114a..b75832967b34f18b4a32042abc8a3f197d432163 100644 (file)
@@ -2289,7 +2289,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
   padding: 2px;
   border: 1px solid #1c1f1f;
   border-radius: 5px;
-  background-color: #393f3f;
+  background-color: #313434;
   box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }
   .popover:backdrop {
     box-shadow: none; }
index 49f336df759f4bd4777335f5598e8f1a963e98f7..fad6e3fa9dcfa023dc2dd3716c2d5dda79aa5fa2 100644 (file)
@@ -2286,7 +2286,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
   padding: 2px;
   border: 1px solid #a1a1a1;
   border-radius: 5px;
-  background-color: #ededed;
+  background-color: #f6f6f6;
   box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }
   .popover:backdrop {
     box-shadow: none; }